home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / stahuj / prog / pdfdemo.exe / {app} / company.rpt < prev    next >
Text File  |  2002-07-11  |  3KB  |  130 lines

  1. # Embed a font
  2. ADDFONT="stilltim.ttf,Stilltime">>
  3.  
  4. ##### Set up a form to use as the background
  5. PAGE=8.5,11 NEWFORM=backgrd>>
  6.  
  7. # Use whole page and divide into 80 units in X direction and 50 in Y direction
  8. BOX=0,0,8.5,11,80,50>>
  9. LINEW=2>>
  10. LINE=1,3,79,3>>
  11. LINE=1,47,79,47>>
  12. LINEW=.1>>
  13.  
  14. # Set the report title
  15. FONT=15,32 COMP=120>>
  16. ALIGN=C X=40 Y=2>>Sample Report
  17.  
  18. # Set the report footer
  19. FONT=2,9 COMP=100>>
  20. ALIGN=L X=3 Y=48>><SUP>*</SUP>Here is a sample report footer.
  21.  
  22. ##### End of main background 
  23.  
  24. ##### Set up a form to use as the background for the tables
  25.  
  26. PAGE=8.5,11 NEWFORM=showtbl>>
  27.  
  28. # Set up the table and headings
  29. FONT=5,12>>
  30. TBLROWCOLOR=1,.9,1,.9>>
  31. TBL=10,30,18,1,20,60,79>>
  32. TBLROWALIGN=1,C,C,C>>
  33. TBLROW=1>>
  34. TBLDATA2>>Store #|City/State|Purchases YTD
  35. TBLALIGN=L,L,R>>
  36. OFFSET=.5,.1>>
  37.  
  38. # Draw a purble box for the total
  39. FCOLOR=.6,.6,.95 SCOLOR=.6,.6,.95>>
  40. RECTF=40,30,79,31.25>>
  41. FCOLOR=1,1,1 SCOLOR=1,1,1>>
  42. FONT=5,18>>
  43. X=50 Y=31>>TOTAL
  44. FCOLOR=0,0,0 SCOLOR=0,0,0 COMP=100>>
  45.  
  46. ##### End of table background
  47.  
  48. # Report Page
  49. PAGE=8.5,11 USEFORM=backgrd USEFORM=showtbl>>
  50. OUTLINE='1,ABC Company'>>
  51. BOX=0,0,8.5,11,80,50>>
  52. FONT=2,15 ALIGN=L>>
  53. X=1 Y=6>>ABC Company
  54. Y=+>>123 Main Street
  55. Y=+>>Anytown, USA
  56. FONT=2,12>>
  57.  
  58. TBLROW=2>>
  59. TBLDATA2>>1000|Detroit, MI|$15,000
  60. TBLDATA2>>1020|Canton, OH|$2,500
  61. TBLDATA2>>1050|Lima, OH|$100,000
  62.  
  63. ALIGN=R FONT=5,18 FCOLOR=1,1,1 SCOLOR=1,1,1>>
  64. X=78.5 Y=31>>$117,500
  65. FCOLOR=0,0,0 SCOLOR=0,0,0>>
  66.  
  67. # Report Page
  68. PAGE=8.5,11 USEFORM=backgrd USEFORM=showtbl>>
  69. OUTLINE='1,Best Company'>>
  70. BOX=0,0,8.5,11,80,50>>
  71. FONT=2,15 ALIGN=L>>
  72. X=1 Y=6>>Best Company
  73. Y=+>>555 Main Street
  74. Y=+>>Someplace, USA
  75. FONT=2,12>>
  76.  
  77. TBLROW=2>>
  78. TBLDATA2>>A-1508|Tampa, FL|$35,000
  79. TBLDATA2>>B-9988|Dallas, TX|$50,000
  80. TBLDATA2>>A-8876|Las Vegas, NV|$100,000
  81. TBLDATA2>>M-8873|Mexico City, Mexico|$60,000
  82. TBLDATA2>>T-2761|Los Angeles, CA|$75,000
  83.  
  84. ALIGN=R FONT=5,18 FCOLOR=1,1,1 SCOLOR=1,1,1>>
  85. X=78.5 Y=31>>$320,000
  86. FCOLOR=0,0,0 SCOLOR=0,0,0>>
  87.  
  88. # Report Page
  89. PAGE=8.5,11 USEFORM=backgrd USEFORM=showtbl>>
  90. OUTLINE='1,Mega Company'>>
  91. BOX=0,0,8.5,11,80,50>>
  92. FONT=2,15 ALIGN=L>>
  93. X=1 Y=6>>Mega Company
  94. Y=+>>900 1st Street
  95. Y=+>>Smalltown, USA
  96. FONT=2,12>>
  97.  
  98. TBLROW=2>>
  99. TBLDATA2>>O-59283|Toronto, ON|$55,000
  100. TBLDATA2>>F-87672|Paris, France|$45,000
  101. TBLDATA2>>GB-98716|Lodon, Great Britain|$50,000
  102. TBLDATA2>>D-15723|Munich, Germany|$105,000
  103. TBLDATA2>>J-00978|Tokyo, Japan|$75,000
  104.  
  105. ALIGN=R FONT=5,18 FCOLOR=1,1,1 SCOLOR=1,1,1>>
  106. X=78.5 Y=31>>$330,000
  107. FCOLOR=0,0,0 SCOLOR=0,0,0>>
  108.  
  109. # Report Page
  110. PAGE=8.5,11 USEFORM=backgrd>>
  111. OUTLINE='1,Summary'>>
  112. BOX=0,0,8.5,11,80,50>>
  113. FONT=2,15 ALIGN=L>>
  114. X=1 Y=6>>Report Summary
  115. FONT=2,12>>
  116.  
  117. TBLCOLCOLOR=1,1,.8,.8>>
  118. TBLROWCOLOR=1,1,1,.8>>
  119. TBLCELLCOLOR=1,5,.8,1,.8>>
  120. TBL=10,16,5,20,50,60>>
  121. TBLROW=1>>
  122. TBLCOLALIGN=1,L>>
  123. TBLROWALIGN=1,C,C>>
  124. TBLALIGN=L,R>>
  125. TBLDATA2>><FONT=5,11>Company|Sales
  126. TBLDATA2>><FONT=5,11>ABC Company<FONT=2,11>|117,500
  127. TBLDATA2>><FONT=5,11>Best Company<FONT=2,11>|320,000
  128. TBLDATA2>><FONT=5,11>Mega Company<FONT=2,11>|330,000
  129. TBLDATA2>><FONT=5,11>Total<FONT=2,11>|$767,500
  130.